OracleString Constructor(Byte[],Int32,Int32,Boolean,Boolean)
In This Topic
Initializes a new instance of the
OracleString structure with the specified array of bytes, offset in the array, and number of bytes to take.
Syntax
Parameters
- bytes
- The specified byte array.
- index
- The starting index to copy data from the array.
- count
- The number of bytes to copy from the array.
- isUnicode
- Specifies whether the byte array is in Unicode encoding or in local encoding.
- isCaseIgnored
- Specifies if case is ignored in comparisons.
See Also